home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 May
/
PCWorld_2007-05_cd.bin
/
temacd
/
wiagra
/
setup.exe
/
{app}
/
libmcl-2.8.1b11.dll
/
RCDATA
/
TFRMDLGRGB
/
TFRMDLGRGB.txt
Wrap
Text File
|
2003-07-03
|
4KB
|
174 lines
object frmDlgRGB: TfrmDlgRGB
Left = 243
Top = 215
BorderStyle = bsDialog
Caption = 'frmDlgRGB'
ClientHeight = 215
ClientWidth = 432
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 11
Top = 8
Width = 410
Height = 152
TabOrder = 0
object Label1: TLabel
Left = 12
Top = 30
Width = 24
Height = 13
Caption = 'Red'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 12
Top = 55
Width = 35
Height = 13
Caption = 'Green'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 12
Top = 80
Width = 26
Height = 13
Caption = 'Blue'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object edRed: TEdit
Left = 329
Top = 26
Width = 64
Height = 21
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
end
object scrRed: TScrollBar
Left = 57
Top = 27
Width = 265
Height = 19
TabOrder = 0
OnChange = scrRedChange
end
object chkLink: TCheckBox
Left = 59
Top = 118
Width = 46
Height = 17
Caption = '&Link'
TabOrder = 6
OnClick = chkLinkClick
end
object scrGreen: TScrollBar
Left = 57
Top = 52
Width = 265
Height = 19
TabOrder = 2
OnChange = scrGreenChange
end
object edGreen: TEdit
Left = 329
Top = 51
Width = 64
Height = 21
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 3
end
object scrBlue: TScrollBar
Left = 57
Top = 77
Width = 265
Height = 19
TabOrder = 4
OnChange = scrBlueChange
end
object edBlue: TEdit
Left = 329
Top = 76
Width = 64
Height = 21
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 5
end
object btnMakeEqual: TBitBtn
Left = 309
Top = 112
Width = 84
Height = 25
Cancel = True
Caption = 'Make Equal'
TabOrder = 7
OnClick = btnMakeEqualClick
NumGlyphs = 4
end
end
object btnOK: TBitBtn
Left = 251
Top = 175
Width = 84
Height = 28
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
NumGlyphs = 4
end
object btnCancel: TBitBtn
Left = 335
Top = 175
Width = 84
Height = 28
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
NumGlyphs = 4
end
end